home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1547 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.0 KB

  1. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  2. From: Julian Reschke <reschke@GOEDEL.UNI-MUENSTER.DE>
  3. From: Kay Roemer <roemer@informatik.uni-frankfurt.de>
  4. Subject: Re: 1.11
  5. Subject: Pure diffs
  6. Subject: Re: MiNT 1.10 re-sync
  7. Date: Thu, 9 Jun 1994 19:14:08 +0200 (MET DST)
  8. In-Reply-To: <9406081320.AA26015@math.uni-muenster.de> from "Julian Reschke" at Jun 8, 94 03:19:10 pm
  9. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  10. Mime-Version: 1.0
  11.  
  12. Julian writes:
  13.  
  14. > In the next mail, I'll send a few patches that make PureC happy again. 
  15. > Michael, could you please add them to your patch set?
  16.  
  17. Yes, of course.
  18.  
  19. Now that the first patch is one week old, I've created a second one.
  20.  
  21. Now available via ftp from ftp.inf.tu-dresden.de:
  22.  
  23.     pub/atari/Mint/Kernel/mint-1.10h1-1.10h2-diffs.gz
  24.         Diffs against the kernel patched with the first patch.
  25.  
  26.     pub/atari/Mint/Kernel/mint-1.10-1.10h2-diffs.gz
  27.         Diffs against the virgin kernel.
  28.  
  29. You can also get this via email by sending a message to
  30. ftpmail@ftp.inf.tu-dresden.de containing this text in the message body:
  31.  
  32.     send pub/atari/Mint/Kernel/mint-1.10h1-1.10h2-diffs.gz
  33. or
  34.     send pub/atari/Mint/Kernel/mint-1.10-1.10h2-diffs.gz
  35.  
  36. After my .sig are the last few commit messages.
  37.  
  38. Bye,
  39. Michael
  40. -- 
  41. Email: hohmuth@inf.tu-dresden.de
  42. WWW:   http://www.inf.tu-dresden.de/~mh1/
  43.  
  44. **************************************
  45. From: Julian Reschke <reschke@GOEDEL.UNI-MUENSTER.DE>
  46. Message-Id: <9406081320.AA26020@math.uni-muenster.de>
  47. Subject: Pure diffs
  48.  
  49. biosfs.c dos.c dosdir.c dosfile.c dosmem.c main.c memprot.c proc.c
  50. procfs.c proto.h xbios.c purec/makefile purec/mintpure.prj purec/osbind.h
  51. purec/puremint.txt:
  52.         patches that make PureC happy again
  53.  
  54. **************************************
  55. From: Kay Roemer <roemer@informatik.uni-frankfurt.de>
  56. Message-Id: <9406070617.AA19921@hera.rbi.informatik.uni-frankfurt.de>
  57. Subject: Re: MiNT 1.10 re-sync
  58.  
  59. proc.c: Reading from serial devices (ie /dev/modem1) blocks forever due to
  60.         a lacking call to checkbttys() in sleep().
  61.         (Fixed this. --hohmuth)
  62.